home *** CD-ROM | disk | FTP | other *** search
- Path: news.itsyd.bhp.com.au!news
- From: Richard Bowen <bowen.richard.rw@bhp.com.au>
- Newsgroups: comp.lang.c++
- Subject: Re: Desperate, and Dumb!!!
- Date: Fri, 08 Mar 1996 17:46:49 +1000
- Organization: BHP IT
- Message-ID: <313FE5E9.6FA5@bhp.com.au>
- References: <313E0301.15FB7483@leeds.ac.uk>
- NNTP-Posting-Host: 134.18.154.118
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (WinNT; I)
-
- I think you have a few more errors than are detected, but a
- likely cause of your problems is two definitions for class
- ActionItem.
-
- Take the first one out and see what happens.
-
- Richard
- bowen.richard.com.au@bhp.com.au
-
-
-
- Stephen Davison wrote:
- >
- > //typedef void (*PtrVoidFunction)() ;
- > //
- > template <class any>
- > class ActionItem : public MenuItem
- > {
- > protected:
-
-
- > }
- >
- > //typedef void (*PtrVoidFunction)() ;
- > //
- > template <class any>
- > class ActionItem : public MenuItem
- > {
- > protected:
- > typedef void (*PtrVoidFunction)(any);
-